getNestedScrollAxes

abstract fun getNestedScrollAxes(): Int(source)

Return the current axes of nested scrolling for this NestedScrollingParent.

A NestedScrollingParent returning something other than SCROLL_AXIS_NONE is currently acting as a nested scrolling parent for one or more descendant views in the hierarchy.

Return

Flags indicating the current axes of nested scrolling

See also